home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / rds_v120.zip / RDS.CTL < prev    next >
Text File  |  1991-02-05  |  8KB  |  205 lines

  1. %═══════════════════════════════════════════════════════════════════════
  2. % This is an example with ALL control statements that can be used in the
  3. % RDS.CTL (alike) file. This is a normal ASCII file. Rules for coding
  4. % are:
  5. % - Case is not important
  6. % - A line without '%' or ';' in the first position is considered a
  7. %   control statement;
  8. % - Not the starting position of the control-statement is important
  9. %   but the order of sub-parameters is, so you can start a statement
  10. %   anywhere on the line (with starting 'white-spaces');
  11. % - Lines with a '%' or ';' character in position 1 are comment
  12. %   statements.
  13. %═══════════════════════════════════════════════════════════════════════
  14. % New options contain '*NEW*' at the end of the line, changed options
  15. % contain '*DIF*' at the end of the line !
  16. %═══════════════════════════════════════════════════════════════════════
  17. %
  18. %───────────────────────────────────────────────────────────────────────
  19. % Define various run-time options
  20. %───────────────────────────────────────────────────────────────────────
  21. %
  22. BBSType            RA
  23. BBSDirectory       D:\BBS\RAX
  24. % BBSWorkDirectory D:\BBS\RAX
  25. MacroExpandBuffer  200                                           **NEW**
  26. HelpDirectory      D:\BBS\RAX\PRG\RDS.HLP                        **CHA**
  27. RaDownText         C:\TUP\RDS.CTL
  28. DSZ                C:\BBS\PROTOCOL\DSZ.COM
  29. DSZParm            pB4096 ha both -m
  30. LogPath            D:\LOG\RDS.LOG
  31. %
  32. %=======================================================================
  33. %───────────────────────────────────────────────────────────────────────
  34. % Define the users you allow and the functions they can NOT access
  35. %───────────────────────────────────────────────────────────────────────
  36. %
  37. %=======================================================================
  38. % First myself, the Sysop should have access to al don't you thing
  39. %=======================================================================
  40. User Rob van.hoeven
  41. UserEnd
  42. %
  43. %=======================================================================
  44. % A users who are allowed to enter RDS. They can do nothing, see nothing
  45. % and most important, can destroy nothing. Only MEM and VER are allowed
  46. %=======================================================================
  47. User ALL
  48.      UserDirectory E:\TRASH                                **NEW*
  49.      ExcludeFile  *.*
  50.      ExcludeDrive A:
  51.      ExcludeDrive B:
  52.      ExcludeDrive C:
  53.      ExcludeDrive D:
  54.      ExcludeDrive E:
  55.      NoDrive
  56.      NoCls
  57.      NoUserOn
  58.      NoDate
  59.      NoDir
  60.      NoViewArc
  61.      NoTime
  62.      NoCD
  63.      NoRD
  64.      NoMD
  65.      NoDel
  66.      NoRen
  67.      NoType
  68.      NoCopy
  69.      NoMove
  70.      NoKillNice
  71.      NoKillForce
  72.      NoBoot
  73.      NoDownload
  74.      NoUpload
  75.      NoChat
  76.      NoBeep
  77.      NoLog
  78.      NoWhere
  79.      NoMacro                                               **NEW**
  80.      NoExpand                                              **NEW**
  81.      Shell
  82. UserEnd
  83. %
  84. %=======================================================================
  85. % A special caller. She makes my CD (Carrier Detect?) always high !
  86. % Go anywhere, do anything but keep away of the files PINK*.* and
  87. % REAL*.*. Also restrictions in my E: drive. She must use a password !
  88. %=======================================================================
  89. User Kate Bush
  90.      UserPassword Kite
  91.      ExcludeFile  REAL*.*
  92.      ExcludeFile  PINK*.*
  93.      ExcludeDrive E:
  94. UserEnd
  95. %
  96. %=======================================================================
  97. % Yet again no stranger to me. Again I reject some access to files with
  98. % the extension USA and also it should be impossible to COPY, MOVE and
  99. % DEL something ! Also a password please !
  100. %=======================================================================
  101. User Alfred Schnittke
  102.      ExcludeFile  *.USA
  103.      UserPassword USSR
  104.      NoCopy
  105.      NoMove
  106.      NoDel
  107. UserEnd
  108. %
  109. %=======================================================================
  110. % Ahh, the CoSysop on MY system (as where I am the CoSysop on his
  111. % system). Anything but booting is possible. Sometimes I run benchmarks
  112. % on my programs (for nights on <sigh>) to get them faster and better.
  113. % These tasks can not be interrupted !
  114. %=======================================================================
  115. User Reinier De.groot
  116.      NoBoot
  117. UserEnd
  118. %
  119. %=======================================================================
  120. % Also some special users
  121. %=======================================================================
  122. User Dirk Astrath
  123.      NoBoot
  124.      ExcludeDirectory C:\TUP
  125.      ExcludeDirectory C:\TUP\DEVELOP
  126.      ExcludeDirectory C:\TUP\UNITS
  127.      ExcludeDirectory C:\MSC
  128.      ExcludeDirectory C:\MSC\PROGRAMS
  129.      ExcludeDirectory C:\M2
  130.      ExcludeDirectory C:\M2\PROGRAMS
  131.      ExcludeFile      *.TPU
  132. UserEnd
  133. User Rob Lirb
  134.      NoBoot
  135.      ExcludeDrive     D:
  136.      ExcludeDrive     E:
  137.      ExcludeDirectory C:\GAMES
  138. UserEnd
  139. %
  140. %=======================================================================
  141. % Someone who likes to enter doors. EVERYTHING (execpt EXIT and DIR)
  142. % is rejected
  143. %=======================================================================
  144. User Foo Bar
  145.      NoDrive
  146.      NoCls
  147.      NoMem
  148.      NoUserOn
  149.      NoVer
  150.      NoDate
  151.      NoTime
  152.      NoCD
  153.      NoRD
  154.      NoMD
  155.      NoDel
  156.      NoRen
  157.      NoType
  158.      NoCopy
  159.      NoMove
  160.      NoKillNice
  161.      NoKillForce
  162.      NoBoot
  163. UserEnd
  164. %
  165. %───────────────────────────────────────────────────────────────────────
  166. % Define the LOG-style you want to use (several examples included)
  167. %───────────────────────────────────────────────────────────────────────
  168. %───────────────────────────────────────────────────────────────────────
  169. % F R O N T D O O R  <tm>  style
  170. %───────────────────────────────────────────────────────────────────────
  171. % LogStartStyleFormat ^M----------__%D__,_RDS
  172. % LogStyleFormat      >__%T__
  173. % LogDateFormat       mm/dd/yy
  174. % LogTimeFormat       hh:mm:ss
  175. %───────────────────────────────────────────────────────────────────────
  176. % D ' B R I D G E    <tm>  style
  177. %───────────────────────────────────────────────────────────────────────
  178. LogStyleFormat               %D_%T__RDS:_
  179. LogDateFormat                mm/dd/yy
  180. LogTimeFormat                hh:mm
  181. %───────────────────────────────────────────────────────────────────────
  182. % Q U I C K B B S    <tm> style
  183. %───────────────────────────────────────────────────────────────────────
  184. % LogStyleFormat             %D_%T__
  185. % LogDateFormat              dd-nnn-yy
  186. % LogTimeFormat              hh:mm
  187. %───────────────────────────────────────────────────────────────────────
  188. % O P U S  1 . X X   <tm> style
  189. %───────────────────────────────────────────────────────────────────────
  190. % LogStyleFormat             +_%D_%T_RDSZ_
  191. % LogDateFormat              dd_nnn
  192. % LogTimeFormat              hh:mm:ss
  193. %───────────────────────────────────────────────────────────────────────
  194. % B I N K L E Y      <tm> style
  195. %───────────────────────────────────────────────────────────────────────
  196. % LogStyleFormat             +_%D_%T_RDSZ_
  197. % LogDateFormat              dd_nnn
  198. % LogTimeFormat              hh:mm:ss
  199. %───────────────────────────────────────────────────────────────────────
  200. % F A N T A S Y           style
  201. %───────────────────────────────────────────────────────────────────────
  202. % LogStyleFormat             RDSLOG__%D__%T__Executed:_
  203. % LogDateFormat              dd_nnn_yyyy
  204. % LogTimeFormat              hh:mm:ss
  205.